Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more proxy types #45

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

llange
Copy link

@llange llange commented Aug 10, 2015

Adding the following proxy modes: http1.0, https1.0, socks4a, socks5-hostname as arguments for the proxy keyword.
Related in a way to: pycurl/pycurl#206

llange added 2 commits August 10, 2015 11:44
pycurl2 was a fork of pycurl as of 7.19.0 (Sep 9 2008).
As of 2015-08-10, last commit on this repo is : 2013-08-09 (2 years).
Now pycurl seems alive, current version being 7.19.5.1, with
last commit being 1 month ago.

As we introduce new constants absent from pycurl2, I think it's
better to depend on the original pycurl version.
Adding the following proxy modes: http1.0, https1.0,
socks4a, socks5-hostname as arguments for the proxy
keyword.
There is a compatibility layer for pycurl2 when the
corresponding constants are absent from the pycurl
library.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant